TPTP Problem File: SYO515^1.p

View Solutions - Solve Problem

%------------------------------------------------------------------------------
% File     : SYO515^1 : TPTP v8.2.0. Bugfixed v5.2.0.
% Domain   : Syntactic
% Problem  : A choice operator at type oo
% Version  : Especial.
% English  : 

% Refs     : [Bro09] Brown E. (2009), Email to Geoff Sutcliffe
%          : [Hoe09] Hoeschele (2009), Towards a Semi-Automatic Higher-Orde
% Source   : [Bro09]
% Names    : choiceoo1 [Bro09]

% Status   : Theorem
% Rating   : 0.40 v8.2.0, 0.54 v8.1.0, 0.55 v7.5.0, 0.57 v7.4.0, 0.56 v7.2.0, 0.50 v7.0.0, 0.43 v6.4.0, 0.50 v6.3.0, 0.60 v6.2.0, 0.57 v5.5.0, 0.50 v5.4.0, 0.80 v5.2.0
% Syntax   : Number of formulae    :    3 (   2 unt;   1 typ;   1 def)
%            Number of atoms       :    6 (   2 equ;   0 cnn)
%            Maximal formula atoms :    1 (   3 avg)
%            Number of connectives :   12 (   3   ~;   1   |;   1   &;   6   @)
%                                         (   0 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    9 (   9   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    4 (   1 usr;   2 con; 0-2 aty)
%            Number of variables   :    7 (   5   ^;   1   !;   1   ?;   7   :)
% SPC      : TH0_THM_EQU_NAR

% Comments : 
% Bugfixes : v5.2.0 - Definition of t converted to =
%------------------------------------------------------------------------------
thf(t_type,type,
    t: ( ( $o > $o ) > $o ) > $o > $o ).

thf(t,definition,
    ( t
    = ( ^ [P: ( $o > $o ) > $o,X: $o] :
          ( ~ ( P
              @ ^ [X: $o] : $false )
          & ( ( P
              @ ^ [X: $o] : $true )
            | ( ( P
                @ ^ [X: $o] : ~ X )
              = ~ X ) ) ) ) ) ).

thf(choiceoo1,conjecture,
    ! [P: ( $o > $o ) > $o] :
      ( ? [Y: $o > $o] : ( P @ Y )
     => ( P @ ( t @ P ) ) ) ).

%------------------------------------------------------------------------------